Security News
38% of CISOs Fear They’re Not Moving Fast Enough on AI
CISOs are racing to adopt AI for cybersecurity, but hurdles in budgets and governance may leave some falling behind in the fight against cyber threats.
@solid-primitives/utils
Advanced tools
A bunch of reactive utility types and functions, for building primitives with Solid.js
Solid Primitives Utilities is a support and helper package for a number of primitives in our library. Please free to augment or centralize useful utilities and methods in this package for sharing.
npm install @solid-primitives/utils
# or
yarn add @solid-primitives/utils
*
- @solid-primitives/utils
- General utility functions and types for authoring primitives./fp
- @solid-primitives/utils/fp
- Helpers for making changes to immutable data./setter
- @solid-primitives/utils/setter
- Modified helpers from the /fp
, but optimized for usage with signal setters.Import accordingly.
import { access, promiseTimeout, MaybeAccessor } from "@solid-primitives/utils";
// between these two some function names will overlap.
import { pick, omit, filter } from "@solid-primitives/utils/fp";
import { push, filter, drop } from "@solid-primitives/utils/setter";
Documentation auto-generated from the Typescript source files using typedoc + markdown plugin.
0.0.100
First commit of the timer primitive.
0.0.250
Republished version with better ESM support and build tooling.
0.0.260
Added comments for util methods.
0.1.0
Add /fp
and /setter
export entries. Add destore
and raceTimeout
util. More jsdoc.
0.1.2
Updated to Solid 1.3
0.1.3
Minor upgrades.
FAQs
A bunch of reactive utility types and functions, for building primitives with Solid.js
The npm package @solid-primitives/utils receives a total of 98,176 weekly downloads. As such, @solid-primitives/utils popularity was classified as popular.
We found that @solid-primitives/utils demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 3 open source maintainers collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
CISOs are racing to adopt AI for cybersecurity, but hurdles in budgets and governance may leave some falling behind in the fight against cyber threats.
Research
Security News
Socket researchers uncovered a backdoored typosquat of BoltDB in the Go ecosystem, exploiting Go Module Proxy caching to persist undetected for years.
Security News
Company News
Socket is joining TC54 to help develop standards for software supply chain security, contributing to the evolution of SBOMs, CycloneDX, and Package URL specifications.